CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - socket server java

搜索资源列表

  1. 利用Socket进行Java网络编程

    1下载:
  2. 利用socket进行网上对话聊天,包括服务器端和客户端程序源码及用户界面的建立.-You can chat with socket online,including server and client source code and the implementation of GUI
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:6966
    • 提供者:王妍
  1. java实现服务器和客户机通讯的的方法

    0下载:
  2. 本文介绍一种用Java的Socket和ServerSocket实现服务器和客户机通讯的的方法。原理是在服务器端建立ServerSocket端口并监听,接收到客户端的连接请求时建立Socket,得到Socket的输入输出流。在客户端新建Socket并获得输入输出流。服务器和客户端的输入输出流建立后使用writeLine()和println()方法彼此发送和接收数据。为提高代码效率,建立两个类clientAgent和serverAgent。 -This article introduces a
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:6027
    • 提供者:郑描中
  1. 一个socket服务器程序

    1下载:
  2. java写的一个socket服务器程序,参考性极强-wrote a socket server reference to a highly
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:7559
    • 提供者:ly
  1. socket-server-client-java

    1下载:
  2. android利用socket发送数据到PC,PC端也用socket接收并显示。-android using socket to send data to PC, PC-side socket is also used to receive and display.
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2013-05-03
    • 文件大小:45740
    • 提供者:297470279
  1. socket-between-android

    0下载:
  2. 正在学习关于socket的内容,发现网上很少有客户端和服务端都是android的例子,就自己写了一个-Learning about the contents of the socket and founding that There is very few example whose both client and server are the android, I write it myself
  3. 所属分类:android

    • 发布日期:2017-03-26
    • 文件大小:90775
    • 提供者:张伯轩
  1. ftp1

    0下载:
  2. java编写的基于ftp的客户端与服务器源码,内附文档解释,是java socket入门级的很好资料。-java-based preparation of the ftp client and server source code, containing the document explained that the java socket is a good entry-level information.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-26
    • 文件大小:84346
    • 提供者:luoyefei
  1. Java_Socke183657142005

    0下载:
  2. 一个基于Java编写的Socket程序,提供简单的FTP功能实现 This networking program set consists of implementation of FTP, TELNET, HTTP SERVER, UDP NEWS SERVER, Multi client parallel chat server, Date server. Knowledge of socket programming, applet, AWT, thread, and IO str
  3. 所属分类:Ftp Server

    • 发布日期:2017-03-29
    • 文件大小:46561
    • 提供者:Tony Yau
  1. TCP_server_client

    2下载:
  2. MyEclipse,实现tcp socket连接的客户端和服务器端,能够传输文本或图片,服务器端有多线程和单线程两个,多线程的可以实现同时让多个用户连接,rar包内word文档中有简单的流程图和程序说明,代码较简单,适合初学者。-MyEclipse,tcp socket server and client,there are single thread server and multi thread server,you can get file through the tcp
  3. 所属分类:J2ME

    • 发布日期:2012-11-24
    • 文件大小:115190
    • 提供者:申文霞
  1. Server_java

    0下载:
  2. 这个socket服务器代码可以为你建立指定的监听端口、客户端请求响应机制等一些服务器所具备的基本框架 -the socket server code can you establish designated monitor port, the client request response mechanism and some other servers with a basic framework
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:7750
    • 提供者:程月锦
  1. JAVA

    0下载:
  2. 编写Socket的服务器和客户端程序,在某端口建立监听服务,完成客户机与服务器之间的通信功能。-Prepared Socket server and client programs, the establishment of listening to a certain port services, the completion of client and server communication between functional.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:6690
    • 提供者:wo
  1. udpSample

    0下载:
  2. Sample UDP Socket Client/Server For Java version
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1882
    • 提供者:aliase
  1. MsgSend

    0下载:
  2. socket聊天室,有SERVER端和CLIENT端,先运行SERVER端,再运行CLIENT端可多次添加用户,各用户可以自由聊天,有聊天记录显示!-socket chat rooms, has SERVER and CLIENT client-side, first run the SERVER side, and then run the client CLIENT add multiple users, the users are free to chat, have a chat rec
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-07
    • 文件大小:42372
    • 提供者:涂菲
  1. java

    2下载:
  2. 基于Socket的局域网聊天室系统, 本系统是采用JAVA1.6来完成的,是在TCP/IP环境下,实现客户端和服务器端两部分程序(Client和Server)。即首先服务器方要启动,客户端向服务器发出请求,服务器接收到请求后提供相应的服务。当客户端连接到已启动的服务器,客户端用户登录时,客户端输入的内容通过服务器端与其他客户端连接;客户端进入聊天室聊天时,服务器端与客户端进行数据交互。-Socket LAN-based chat room system, the system is used t
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-16
    • 文件大小:18670
    • 提供者:高飞
  1. Socket_Programming

    0下载:
  2. socket programming program server client application on sockets
  3. 所属分类:Browser Client

    • 发布日期:2017-04-28
    • 文件大小:44121
    • 提供者:samar
  1. socket

    0下载:
  2. Java 基于socket通讯的聊天室~ 有Server短和Client,多线程可以同时一对多聊天~-Java-based chat room communications socket ~ There Server is very short and the Client, at the same time one-to-many multi-threaded chat ~
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:4442
    • 提供者:韩小勇
  1. ExSocket

    0下载:
  2. Arhiva contine un exemplu de socket server multithread TCP si doi clienti ai acestuia. Este un exemplu relevant pentru modul in care se realizeaza comunicarea prin intermediul TCP.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-02
    • 文件大小:31862
    • 提供者:ralu
  1. src

    0下载:
  2. 基于TCP/IP.SOCKET的java聊天室客户端和服务器端-Based on TCP/IP.SOCKET the java chat room client and server-side
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:974
    • 提供者:曹卓然
  1. SocketServer

    0下载:
  2. 这是移动公司内部tuxedo调用源码,包括与java通过socket通信源码,CRC16位,多线程socket服务端等功能模块-This is a moving company call tuxedo source, including those related to java source code through the socket communication, CRC16-bit, multi-threaded socket server module and other functi
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:163963
    • 提供者:刘泰元
  1. socket

    0下载:
  2. java 实现Socket编程 多个客户端和服务器端 通信-Socket programming java achieve multiple clients and server-side communication
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:2516
    • 提供者:fengliangcc
  1. MySocket

    0下载:
  2. socket 多线程,包括测试代码,socket server socket client-multi-threaded socket, including test code, socket server socket client
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:13578
    • 提供者:duqiancheng
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com